Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[moslo] Don't overwrite existing tools with busybox links. Fixes NEMO#840 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kjokinie
Copy link
Contributor

If you need to replace any of standard busybox tools with stand-alone
version, you can't do that currently as we overwrite everything by
installing busybox links after user defined tools have been installed.

Changed the busybox tool links installation to only add missing tools
and to update only symbolic links. rsync had to be used as cp is too
old and is missing option for skipping existing files.

Signed-off-by: Kalle Jokiniemi [email protected]

…#840

If you need to replace any of standard busybox tools with stand-alone
version, you can't do that currently as we overwrite everything by
installing busybox links after user defined tools have been installed.

Changed the busybox tool links installation to only add missing tools
and to update only symbolic links. rsync had to be used as cp is too
old and is missing option for skipping existing files.

Signed-off-by: Kalle Jokiniemi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants